sdvalueserializer module

class sd.api.sdvalueserializer.SDValueSerializer(APIContext, handle, *args, **kwargs)

Bases: sd.api.sdapiobject.SDAPIObject

A set of helper functions for serialization and deserialization of SDValue

getClassName() → str

Returns the most specific name of the class this APIObject is

release() → None

Releases an APIObject

static sToString(sdValue: sd.api.sdvalue.SDValue) → str

Convert the specified value to string

Parameters

sdValue – The concrete value